specialfolders2.htmlHTMLudogù∏πùΔ§πùΔ§ÅÅ ¿ Monkeybread Realbasic plugin - Documentation - Special Folders 2

MBS Plugin Documentation

This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.

This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.

The list of the themes Global methods by category Global methods by name The list of the classes The list of the controls

ALMLocationsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ALMLocationsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateALMLocationsFolder function.

ALMModulesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ALMModulesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateALMModulesFolder function.

ALMPreferencesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ALMPreferencesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateALMPreferencesFolder function.

AppearanceFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=AppearanceFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateAppearanceFolder function.

AppleExtrasFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=AppleExtrasFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateAppleExtrasFolder function.

AppleMenuFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=AppleMenuFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateAppleMenuFolder function.

AppleShareAuthenticationFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=AppleShareAuthenticationFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateAppleShareAuthenticationFolder function.

AppleShareSupportFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=AppleShareSupportFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateAppleShareSupportFolder function.

ApplicationsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ApplicationsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateApplicationsFolder function.

ApplicationSupportFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ApplicationSupportFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateApplicationSupportFolder function.

AssistantsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=AssistantsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateAssistantsFolder function.

AudioAlertSoundsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=AudioAlertSoundsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateAudioAlertSoundsFolder function.

AudioComponentsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=AudioComponentsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateAudioComponentsFolder function.

AudioPlugInsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=AudioPlugInsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateAudioPlugInsFolder function.

AudioSoundBanksFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=AudioSoundBanksFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateAudioSoundBanksFolder function.

AudioSoundsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=AudioSoundsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateAudioSoundsFolder function.

AudioSupportFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=AudioSupportFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateAudioSupportFolder function.

CachedDataFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=CachedDataFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateCachedDataFolder function.

CarbonLibraryFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=CarbonLibraryFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateCarbonLibraryFolder function.

ChewableItemsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ChewableItemsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateChewableItemsFolder function.

ClassicDesktopFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ClassicDesktopFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateClassicDesktopFolder function.

ColorSyncCMMFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ColorSyncCMMFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateColorSyncCMMFolder function.

ColorSyncFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ColorSyncFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateColorSyncFolder function.

ColorSyncProfilesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ColorSyncProfilesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateColorSyncProfilesFolder function.

ColorSyncScriptingFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ColorSyncScriptingFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateColorSyncScriptingFolder function.

ComponentsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ComponentsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateComponentsFolder function.

ContextualMenuItemsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ContextualMenuItemsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateContextualMenuItemsFolder function.

ControlPanelDisabledFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ControlPanelDisabledFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateControlPanelDisabledFolder function.

ControlPanelFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ControlPanelFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateControlPanelFolder function.

ControlStripModulesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ControlStripModulesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateControlStripModulesFolder function.

CoreServicesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=CoreServicesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateCoreServicesFolder function.

CurrentUserFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=CurrentUserFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateCurrentUserFolder function.

CurrentUserRemoteFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=CurrentUserRemoteFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateCurrentUserRemoteFolder function.

DesktopFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=DesktopFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateDesktopFolder function.

DesktopPicturesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=DesktopPicturesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateDesktopPicturesFolder function.

DeveloperDocsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=DeveloperDocsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateDeveloperDocsFolder function.

DeveloperFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=DeveloperFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateDeveloperFolder function.

DeveloperHelpFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=DeveloperHelpFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateDeveloperHelpFolder function.

DirectoryServicesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=DirectoryServicesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateDirectoryServicesFolder function.

DirectoryServicesPlugInsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=DirectoryServicesPlugInsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateDirectoryServicesPlugInsFolder function.

DisplayExtensionsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=DisplayExtensionsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateDisplayExtensionsFolder function.

DocumentationFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=DocumentationFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateDocumentationFolder function.

DocumentsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=DocumentsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateDocumentsFolder function.

DomainLibraryFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=DomainLibraryFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateDomainLibraryFolder function.

DomainTopLevelFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=DomainTopLevelFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateDomainTopLevelFolder function.

EditorsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=EditorsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateEditorsFolder function.

ExtensionDisabledFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ExtensionDisabledFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateExtensionDisabledFolder function.

ExtensionFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ExtensionFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateExtensionFolder function.

FavoritesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=FavoritesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateFavoritesFolder function.

FileSystemSupportFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=FileSystemSupportFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateFileSystemSupportFolder function.

FindByContentFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=FindByContentFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateFindByContentFolder function.

FindByContentPluginsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=FindByContentPluginsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateFindByContentPluginsFolder function.

FindSupportFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=FindSupportFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateFindSupportFolder function.

folder(CurrentUserRemoteFolderLocation,CurrentUserRemoteFolderLocation(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=folder(CurrentUserRemoteFolderLocation,CurrentUserRemoteFolderLocation(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the Createfolder(CurrentUserRemoteFolderLocation,CurrentUserRemoteFolderLocation function.

FolderActionsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=FolderActionsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateFolderActionsFolder function.

FontsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=FontsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateFontsFolder function.

FrameworksFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=FrameworksFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateFrameworksFolder function.

GenEditorsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=GenEditorsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateGenEditorsFolder function.

HelpFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=HelpFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateHelpFolder function.

InstallerLogsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=InstallerLogsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateInstallerLogsFolder function.

InstallerReceiptsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=InstallerReceiptsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateInstallerReceiptsFolder function.

InternetFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=InternetFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateInternetFolder function.

InternetPlugInFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=InternetPlugInFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateInternetPlugInFolder function.

InternetSearchSitesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=InternetSearchSitesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateInternetSearchSitesFolder function.

InternetSitesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=InternetSitesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateInternetSitesFolder function.

ISSDownloadsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ISSDownloadsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateISSDownloadsFolder function.

KernelExtensionsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=KernelExtensionsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateKernelExtensionsFolder function.

KeychainFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=KeychainFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateKeychainFolder function.

LauncherItemsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=LauncherItemsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateLauncherItemsFolder function.

LocalesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=LocalesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateLocalesFolder function.

MacOSReadMesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=MacOSReadMesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateMacOSReadMesFolder function.

MIDIDriversFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=MIDIDriversFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateMIDIDriversFolder function.

ModemScriptsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ModemScriptsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateModemScriptsFolder function.

MovieDocumentsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=MovieDocumentsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateMovieDocumentsFolder function.

MultiprocessingFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=MultiprocessingFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateMultiprocessingFolder function.

MusicDocumentsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=MusicDocumentsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateMusicDocumentsFolder function.

OpenDocEditorsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=OpenDocEditorsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateOpenDocEditorsFolder function.

OpenDocFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=OpenDocFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateOpenDocFolder function.

OpenDocLibrariesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=OpenDocLibrariesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateOpenDocLibrariesFolder function.

OpenDocShellPlugInsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=OpenDocShellPlugInsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateOpenDocShellPlugInsFolder function.

PictureDocumentsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: Works.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=PictureDocumentsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreatePictureDocumentsFolder function.

PreferencesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=PreferencesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreatePreferencesFolder function.

PrinterDescriptionFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=PrinterDescriptionFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreatePrinterDescriptionFolder function.

PrinterDriverFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=PrinterDriverFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreatePrinterDriverFolder function.

PrintersFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=PrintersFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreatePrintersFolder function.

PrintingPlugInsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=PrintingPlugInsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreatePrintingPlugInsFolder function.

PrintMonitorDocsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=PrintMonitorDocsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreatePrintMonitorDocsFolder function.

PrivateFrameworksFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=PrivateFrameworksFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreatePrivateFrameworksFolder function.

PublicFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=PublicFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreatePublicFolder function.

QuickTimeComponentsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=QuickTimeComponentsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateQuickTimeComponentsFolder function.

QuickTimeExtensionsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=QuickTimeExtensionsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateQuickTimeExtensionsFolder function.

RecentApplicationsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=RecentApplicationsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateRecentApplicationsFolder function.

RecentDocumentsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=RecentDocumentsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateRecentDocumentsFolder function.

RecentServersFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=RecentServersFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateRecentServersFolder function.

ScriptingAdditionsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ScriptingAdditionsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateScriptingAdditionsFolder function.

ScriptsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ScriptsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateScriptsFolder function.

SharedLibrariesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=SharedLibrariesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateSharedLibrariesFolder function.

SharedUserDataFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=SharedUserDataFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateSharedUserDataFolder function.

ShutdownFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ShutdownFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateShutdownFolder function.

ShutdownItemsDisabledFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ShutdownItemsDisabledFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateShutdownItemsDisabledFolder function.

SoundSetsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=SoundSetsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateSoundSetsFolder function.

SpeakableItemsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=SpeakableItemsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateSpeakableItemsFolder function.

SpeechFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=SpeechFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateSpeechFolder function.

StartupFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=StartupFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateStartupFolder function.

StartupItemsDisabledFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=StartupItemsDisabledFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateStartupItemsDisabledFolder function.

StationeryFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=StationeryFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateStationeryFolder function.

SystemControlPanelFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=SystemControlPanelFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateSystemControlPanelFolder function.

SystemDesktopFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=SystemDesktopFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateSystemDesktopFolder function.

SystemExtensionDisabledFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=SystemExtensionDisabledFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateSystemExtensionDisabledFolder function.

SystemFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=SystemFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateSystemFolder function.

SystemPreferencesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=SystemPreferencesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateSystemPreferencesFolder function.

SystemSoundsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=SystemSoundsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateSystemSoundsFolder function.

SystemTrashFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=SystemTrashFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateSystemTrashFolder function.

TemporaryFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=TemporaryFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateTemporaryFolder function.

TextEncodingsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=TextEncodingsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateTextEncodingsFolder function.

ThemesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=ThemesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateThemesFolder function.

TrashFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=TrashFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateTrashFolder function.

UsersFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=UsersFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateUsersFolder function.

UserSpecificTmpFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=UserSpecificTmpFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateUserSpecificTmpFolder function.

UtilitiesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=UtilitiesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateUtilitiesFolder function.

VoicesFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=VoicesFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateVoicesFolder function.

VolumeRootFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=VolumeRootFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateVolumeRootFolder function.

VolumeSettingsFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=VolumeSettingsFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateVolumeSettingsFolder function.

WhereToEmptyTrashFolder(domain as integer) as folderitem

global method, Special Folders Di, 6. Aug 2002
Mac OS Classic: Works. Mac OS Carbon: Works. Windows: -> nil.
Function: Returns a folderitem to this folder if it exists on that system.
Example: f=WhereToEmptyTrashFolder(kUserDomain)
Notes:
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768On System Disk
-32767On Appropriate Disk
-32766System Domain, on Mac OS X mostly inside the folder /System.
-32765Local Domain (on Netbooting for example)
-32764Network Domain (on Netbooting for example)
-32763User Domain, on Mac OS X mostly inside the users folder.
-32762Classic Domain, the current used Classic System folder.
Also take a look on the CreateWhereToEmptyTrashFolder function.

Contact

Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.

This resource fork intentionally left blank ˇˇ